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

Unified Diff: ppapi/proxy/ppb_graphics_2d_proxy.h

Issue 10544168: Implement HiDPI support in Pepper dev interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to Graphics2DDev C++ header Created 8 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
Index: ppapi/proxy/ppb_graphics_2d_proxy.h
diff --git a/ppapi/proxy/ppb_graphics_2d_proxy.h b/ppapi/proxy/ppb_graphics_2d_proxy.h
index f7afb64c431504f6baa42170d0928a2f4706f578..0ffbccf42f60c431b321ec5cae61376e6e87a8e1 100644
--- a/ppapi/proxy/ppb_graphics_2d_proxy.h
+++ b/ppapi/proxy/ppb_graphics_2d_proxy.h
@@ -55,6 +55,9 @@ class PPB_Graphics2D_Proxy : public InterfaceProxy {
void OnHostMsgReplaceContents(const HostResource& graphics_2d,
const HostResource& image_data);
void OnHostMsgFlush(const HostResource& graphics_2d);
+ void OnHostMsgSetScale(const HostResource& graphics_2d,
+ float scale,
+ bool* result);
// Host->plugin message handlers.
void OnPluginMsgFlushACK(const HostResource& graphics_2d,

Powered by Google App Engine
This is Rietveld 408576698