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

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

Issue 1374233003: Remove SVGSVGElement.pixelUnitToMillimeterX and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 e8879c762b0f513373af21b9dab3645afee91c50..3a375d9ff6744f73142dcaa2017f179feea5aa88 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -654,10 +654,6 @@ public:
V8Element_Animate_Method = 773,
// The above items are available in M44 branch.
- V8SVGSVGElement_PixelUnitToMillimeterX_AttributeGetter = 774,
- V8SVGSVGElement_PixelUnitToMillimeterY_AttributeGetter = 775,
- V8SVGSVGElement_ScreenPixelToMillimeterX_AttributeGetter = 776,
- V8SVGSVGElement_ScreenPixelToMillimeterY_AttributeGetter = 777,
V8SVGSVGElement_GetElementById_Method = 778,
ElementCreateShadowRootMultiple = 779,
V8MessageChannel_Constructor = 780,

Powered by Google App Engine
This is Rietveld 408576698