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

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: added new LICENSE header 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 49cb6e617bf53bbeb279b9890ae5067beb5723c2..b316fe67ed7a7a535034ea0605967caed35a7ea1 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();
Peter Beverloo 2013/04/09 17:29:53 I'm almost positive that exposing page() here isn'
timvolodine 2013/04/10 19:06:12 ok, made the page() method private again. I switch
+
private:
explicit DOMWindow(Document*);
- Page* page();
-
virtual void frameDestroyed() OVERRIDE;
virtual void willDetachPage() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698