mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply raw_ptr rewrite to libcef (see #3239)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define CEF_LIBCEF_BROWSER_VIEWS_MENU_RUNNER_VIEWS_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "cef/libcef/browser/menu_runner.h"
|
||||
|
||||
class CefBrowserViewImpl;
|
||||
@@ -23,7 +24,7 @@ class CefMenuRunnerViews : public CefMenuRunner {
|
||||
bool FormatLabel(std::u16string& label) override;
|
||||
|
||||
private:
|
||||
CefBrowserViewImpl* browser_view_;
|
||||
raw_ptr<CefBrowserViewImpl> browser_view_;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_BROWSER_VIEWS_MENU_RUNNER_VIEWS_H_
|
||||
|
Reference in New Issue
Block a user