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

Unified Diff: Source/modules/screen_orientation/ScreenOrientation.h

Issue 315693002: Use WebViewClient instead of BlinkPlatform for screen lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
Index: Source/modules/screen_orientation/ScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
index 1091cdb224e11d9e0cc04593744091375c632c2e..5cb0092aad7622be2c1ceb350a9134daa597f5c9 100644
--- a/Source/modules/screen_orientation/ScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenOrientation.h
@@ -17,6 +17,7 @@
namespace WebCore {
class Document;
+class Page;
class ScriptPromise;
class ScriptState;
class Screen;
@@ -41,6 +42,7 @@ private:
static const char* supplementName();
Document* document() const;
+ Page* page() const;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698