Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: Source/core/frame/DeviceEventControllerBase.h

Issue 345013002: Notify the browser when the page lost interest about gamepads (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed for relanding Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/gamepad/NavigatorGamepad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeviceEventControllerBase.h
diff --git a/Source/core/frame/DeviceEventControllerBase.h b/Source/core/frame/DeviceEventControllerBase.h
index 9d2902a47d20eb8bb963b42f3a6229718524d8d2..ba07fb1759be1157d282c01134b5402b8555b142 100644
--- a/Source/core/frame/DeviceEventControllerBase.h
+++ b/Source/core/frame/DeviceEventControllerBase.h
@@ -36,7 +36,7 @@ protected:
private:
// Inherited from PageLifecycleObserver.
- virtual void pageVisibilityChanged() OVERRIDE FINAL;
+ virtual void pageVisibilityChanged() OVERRIDE;
void oneShotCallback(Timer<DeviceEventControllerBase>*);
« no previous file with comments | « no previous file | Source/modules/gamepad/NavigatorGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698