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

Unified Diff: ppapi/proxy/compositor_layer_resource.h

Issue 324983005: [PPAPI] Add browser tests for compositor API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor_api_impl_new
Patch Set: Disable the test on MACOSX 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 | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/compositor_layer_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/compositor_layer_resource.h
diff --git a/ppapi/proxy/compositor_layer_resource.h b/ppapi/proxy/compositor_layer_resource.h
index fafaa98597804ac5af6e14ae9737644da77b6f58..a31d8fe7c8acc42671782796264666c2ba2b4eb1 100644
--- a/ppapi/proxy/compositor_layer_resource.h
+++ b/ppapi/proxy/compositor_layer_resource.h
@@ -22,7 +22,7 @@ class PPAPI_PROXY_EXPORT CompositorLayerResource
public thunk::PPB_CompositorLayer_API {
public:
// Release callback for texture or image layer.
- typedef base::Callback<void(uint32_t, bool)> ReleaseCallback;
+ typedef base::Callback<void(int32_t, uint32_t, bool)> ReleaseCallback;
CompositorLayerResource(Connection connection,
PP_Instance instance,
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/compositor_layer_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698