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

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

Issue 12670009: cc: Chromify TextureLayerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: webkit/plugins/ppapi/ppapi_plugin_instance.h
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h
index eda236bfcb4ef14f14c6a1f7df18a5a437e56f5b..7c0efc700546989565eddc368cd0774a15da67bf 100644
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
@@ -458,8 +458,8 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance :
const PP_DecryptedBlockInfo* block_info) OVERRIDE;
// TextureLayerClient implementation.
- virtual unsigned prepareTexture(cc::ResourceUpdateQueue&) OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
+ virtual unsigned PrepareTexture(cc::ResourceUpdateQueue* queue) OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* Context() OVERRIDE;
// Reset this instance as proxied. Assigns the instance a new module, resets
// cached interfaces to point to the out-of-process proxy and re-sends

Powered by Google App Engine
This is Rietveld 408576698