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

Unified Diff: third_party/WebKit/Source/core/frame/Window.idl

Issue 2070563002: Seperate DOMVisualViewport from Blink's VisualViewport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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 | « third_party/WebKit/Source/core/frame/VisualViewport.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Window.idl
diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
index c3787548bfa56a556eb2a9f96999e10b564f2be6..c1dbef55ae2ee11050e6eb24d7c222f7e6c86130 100644
--- a/third_party/WebKit/Source/core/frame/Window.idl
+++ b/third_party/WebKit/Source/core/frame/Window.idl
@@ -129,7 +129,7 @@
// Visual Viewport API
// https://github.com/WICG/ViewportAPI
- [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? visualViewport;
+ [RuntimeEnabled=VisualViewportAPI] readonly attribute DOMVisualViewport? visualViewport;
bashi 2016/07/11 09:17:35 s/DOMVisualViewport/VisualViewport/ ? "[Implement
ymalik 2016/07/11 17:14:56 Thanks. It should be VisualViewport. Fix here: ht
// client
[Replaceable] readonly attribute long screenX;
« no previous file with comments | « third_party/WebKit/Source/core/frame/VisualViewport.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698