| Index: win8/viewer/metro_viewer_process_host.h
|
| diff --git a/win8/viewer/metro_viewer_process_host.h b/win8/viewer/metro_viewer_process_host.h
|
| index a7dc9d4c699dcdeeefc7a8b8ac4e601bd02c8825..bb9700170144e59e3d310d1b425ec735366927be 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.
|
|
|