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

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 2901203002: Rename VisualViewport properties to match updated spec (Closed)
Patch Set: Make methods const Created 3 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: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
index 0646f6c8f09294379b41a37d4157e590939e3e4f..2ad0b6ac3b8bd053487bd313b477634bc2ffa539 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -146,7 +146,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
double pageXOffset() const { return scrollX(); }
double pageYOffset() const { return scrollY(); }
- DOMVisualViewport* visualViewport();
+ DOMVisualViewport* view();
const AtomicString& name() const;
void setName(const AtomicString&);
@@ -344,7 +344,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
void ClearDocument();
Member<Document> document_;
- Member<DOMVisualViewport> visual_viewport_;
+ Member<DOMVisualViewport> view_;
TaskRunnerTimer<LocalDOMWindow> unused_preloads_timer_;
bool should_print_when_finished_loading_;
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698