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

Unified Diff: Source/WebCore/page/DOMWindow.h

Issue 13866007: WebKit & WebCore part of the device motion implementation using the platform layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@devicemotion-webcore
Patch Set: fixed Eric's comments. Created 7 years, 8 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/WebCore/page/DOMWindow.h
diff --git a/Source/WebCore/page/DOMWindow.h b/Source/WebCore/page/DOMWindow.h
index b316fe67ed7a7a535034ea0605967caed35a7ea1..49cb6e617bf53bbeb279b9890ae5067beb5723c2 100644
--- a/Source/WebCore/page/DOMWindow.h
+++ b/Source/WebCore/page/DOMWindow.h
@@ -410,11 +410,11 @@ namespace WebCore {
void willDetachDocumentFromFrame();
void willDestroyCachedFrame();
- Page* page();
-
private:
explicit DOMWindow(Document*);
+ Page* page();
+
virtual void frameDestroyed() OVERRIDE;
virtual void willDetachPage() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698