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

Unified Diff: ppapi/thunk/ppb_compositor_api.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: Rebase 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
« ppapi/proxy/ppb_instance_proxy.cc ('K') | « ppapi/tests/test_compositor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_compositor_api.h
diff --git a/ppapi/thunk/ppb_compositor_api.h b/ppapi/thunk/ppb_compositor_api.h
index 78a40ff6394d8800a9c70fd4f17ff8414a1b7450..35bf6e1c444718152e8f949e7375430a892df9fc 100644
--- a/ppapi/thunk/ppb_compositor_api.h
+++ b/ppapi/thunk/ppb_compositor_api.h
@@ -19,6 +19,9 @@ class PPAPI_THUNK_EXPORT PPB_Compositor_API {
virtual int32_t CommitLayers(
const scoped_refptr<ppapi::TrackedCallback>& callback) = 0;
virtual int32_t ResetLayers() = 0;
+
+ // Private API.
+ virtual void BindToInstance(bool bound) = 0;
};
} // namespace thunk
« ppapi/proxy/ppb_instance_proxy.cc ('K') | « ppapi/tests/test_compositor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698