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

Unified Diff: trunk/src/ppapi/proxy/compositor_layer_resource.h

Issue 342323006: Revert 278728 "[PPAPI] Add browser tests for compositor API" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/ppapi/ppapi_sources.gypi ('k') | trunk/src/ppapi/proxy/compositor_layer_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ppapi/proxy/compositor_layer_resource.h
===================================================================
--- trunk/src/ppapi/proxy/compositor_layer_resource.h (revision 278764)
+++ trunk/src/ppapi/proxy/compositor_layer_resource.h (working copy)
@@ -22,7 +22,7 @@
public thunk::PPB_CompositorLayer_API {
public:
// Release callback for texture or image layer.
- typedef base::Callback<void(int32_t, uint32_t, bool)> ReleaseCallback;
+ typedef base::Callback<void(uint32_t, bool)> ReleaseCallback;
CompositorLayerResource(Connection connection,
PP_Instance instance,
« no previous file with comments | « trunk/src/ppapi/ppapi_sources.gypi ('k') | trunk/src/ppapi/proxy/compositor_layer_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698