| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index d790015759a427edff104a6f8389f5a132422a75..f9ea4540d73e8271d621426a115432b83e874751 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -94,6 +94,8 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void PrepareForShutdown() OVERRIDE;
|
| + virtual void SetHostWindowProperty(const std::string& name,
|
| + int value) OVERRIDE;
|
|
|
| RootWindowHostDelegate* delegate_;
|
| IPC::Sender* host_;
|
|
|