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

Unified Diff: content/renderer/skia_benchmarking_extension.h

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... 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
« no previous file with comments | « content/renderer/java/gin_java_bridge_object.cc ('k') | content/renderer/skia_benchmarking_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/renderer/java/gin_java_bridge_object.cc ('k') | content/renderer/skia_benchmarking_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698