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

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.h

Issue 11053003: Migrate Graphics2D to new design. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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: webkit/plugins/ppapi/mock_plugin_delegate.h
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
index 39e072a3a8e042bf4519428ffbed24f850b90d07..20e533ecd7cfedfe43ca6f59579e277f9f4b1b90 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
@@ -37,6 +37,8 @@ class MockPluginDelegate : public PluginDelegate {
virtual SkBitmap* GetSadPluginBitmap();
virtual WebKit::WebPlugin* CreatePluginReplacement(const FilePath& file_path);
virtual PlatformImage2D* CreateImage2D(int width, int height);
+ virtual PlatformGraphics2D* GetGraphics2D(PluginInstance* instance,
+ PP_Resource graphics_2d);
virtual PlatformContext3D* CreateContext3D();
virtual void ReparentContext(PlatformContext3D*);
virtual PlatformVideoDecoder* CreateVideoDecoder(

Powered by Google App Engine
This is Rietveld 408576698