Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7996)

Unified Diff: content/renderer/skia_benchmarking_extension.h

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/skia_benchmarking_extension.h
diff --git a/content/renderer/skia_benchmarking_extension.h b/content/renderer/skia_benchmarking_extension.h
index 8dd05dd533067283446644df4ffd84882748be24..43bfbfbbb13730f88ddbd21c2d6f203c04e26b6a 100644
--- a/content/renderer/skia_benchmarking_extension.h
+++ b/content/renderer/skia_benchmarking_extension.h
@@ -9,7 +9,7 @@
#include "gin/wrappable.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace gin {
@@ -21,7 +21,7 @@ namespace content {
class SkiaBenchmarking : public gin::Wrappable<SkiaBenchmarking> {
public:
static gin::WrapperInfo kWrapperInfo;
- static void Install(blink::WebFrame* frame);
+ static void Install(blink::WebLocalFrame* frame);
// Wrapper around SkGraphics::Init that can be invoked multiple times.
static void Initialize();

Powered by Google App Engine
This is Rietveld 408576698