| Index: ui/aura/remote_window_tree_host_win.h
|
| diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
|
| index b90801eb54b64438479e4b1bfe71c55c29bd0a40..7a545800876d2e9f822a0bff6afa9b48fcaa2fd9 100644
|
| --- a/ui/aura/remote_window_tree_host_win.h
|
| +++ b/ui/aura/remote_window_tree_host_win.h
|
| @@ -97,7 +97,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin
|
| uint32 repeat_count,
|
| uint32 scan_code,
|
| uint32 flags);
|
| - void OnWindowActivated();
|
| + void OnWindowActivated(bool repaint);
|
| void OnEdgeGesture();
|
| void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| void OnTouchUp(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
|
|