summaryrefslogtreecommitdiffstats
path: root/win8/viewer/metro_viewer_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'win8/viewer/metro_viewer_process_host.h')
-rw-r--r--win8/viewer/metro_viewer_process_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win8/viewer/metro_viewer_process_host.h b/win8/viewer/metro_viewer_process_host.h
index a7dc9d4..bb97001 100644
--- a/win8/viewer/metro_viewer_process_host.h
+++ b/win8/viewer/metro_viewer_process_host.h
@@ -64,7 +64,8 @@ class MetroViewerProcessHost : public IPC::Listener,
// Called over IPC by the viewer process to tell this host that it should be
// drawing to |target_surface|.
- virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) = 0;
+ virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
+ float device_scale) = 0;
// Called over IPC by the viewer process to request that the url passed in be
// opened.