Index: ui/aura/remote_root_window_host_win.cc |
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc |
index 18c1eed39e2060df0814ee1e959c7e5962337368..85bee3851f508dbba699649af6cddbf0b4139e41 100644 |
--- a/ui/aura/remote_root_window_host_win.cc |
+++ b/ui/aura/remote_root_window_host_win.cc |
@@ -186,6 +186,10 @@ void RemoteRootWindowHostWin::OnDeviceScaleFactorChanged( |
void RemoteRootWindowHostWin::PrepareForShutdown() { |
} |
+void RemoteRootWindowHostWin::SetIntProperty(const std::string& name, |
+ int value) { |
+} |
+ |
void RemoteRootWindowHostWin::OnMouseMoved(int32 x, int32 y, int32 flags) { |
gfx::Point location(x, y); |
ui::MouseEvent event(ui::ET_MOUSE_MOVED, location, location, flags); |