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

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

Issue 2901203002: Rename VisualViewport properties to match updated spec (Closed)
Patch Set: Removed changes to VisualViewport type 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/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 41c0478523f813f5880846a50ee25f99a3dc3aa0..fd8eda8a9718454067403aefa1f96d024fa7ea94 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1113,12 +1113,12 @@ class CORE_EXPORT UseCounter {
kSVGSMILBeginOrEndEventValue = 1455,
kSVGSMILBeginOrEndSyncbaseValue = 1456,
kSVGSMILElementInsertedAfterLoad = 1457,
- kV8VisualViewport_ScrollLeft_AttributeGetter = 1458,
- kV8VisualViewport_ScrollTop_AttributeGetter = 1459,
- kV8VisualViewport_PageX_AttributeGetter = 1460,
- kV8VisualViewport_PageY_AttributeGetter = 1461,
- kV8VisualViewport_ClientWidth_AttributeGetter = 1462,
- kV8VisualViewport_ClientHeight_AttributeGetter = 1463,
+ kV8VisualViewport_OffsetLeft_AttributeGetter = 1458,
+ kV8VisualViewport_OffsetTop_AttributeGetter = 1459,
+ kV8VisualViewport_PageLeft_AttributeGetter = 1460,
+ kV8VisualViewport_PageTop_AttributeGetter = 1461,
+ kV8VisualViewport_Width_AttributeGetter = 1462,
+ kV8VisualViewport_Height_AttributeGetter = 1463,
kV8VisualViewport_Scale_AttributeGetter = 1464,
kVisualViewportScrollFired = 1465,
kVisualViewportResizeFired = 1466,

Powered by Google App Engine
This is Rietveld 408576698