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

Unified Diff: sky/engine/core/html/TextMetrics.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/html/TextMetrics.h ('k') | sky/engine/core/html/canvas/ANGLEInstancedArrays.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/TextMetrics.idl
diff --git a/sky/engine/core/html/TextMetrics.idl b/sky/engine/core/html/TextMetrics.idl
index 747b5c722dd22aee2228b6fa52b88961e6bab081..7ca6e11b882dea7b04e1680cf25a277f54dde844 100644
--- a/sky/engine/core/html/TextMetrics.idl
+++ b/sky/engine/core/html/TextMetrics.idl
@@ -26,17 +26,17 @@
] interface TextMetrics {
// x-direction
readonly attribute float width;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxLeft;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxRight;
+ readonly attribute float actualBoundingBoxLeft;
+ readonly attribute float actualBoundingBoxRight;
// y-direction
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float fontBoundingBoxAscent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float fontBoundingBoxDescent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxAscent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxDescent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float emHeightAscent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float emHeightDescent;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float hangingBaseline;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float alphabeticBaseline;
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float ideographicBaseline;
+ readonly attribute float fontBoundingBoxAscent;
+ readonly attribute float fontBoundingBoxDescent;
+ readonly attribute float actualBoundingBoxAscent;
+ readonly attribute float actualBoundingBoxDescent;
+ readonly attribute float emHeightAscent;
+ readonly attribute float emHeightDescent;
+ readonly attribute float hangingBaseline;
+ readonly attribute float alphabeticBaseline;
+ readonly attribute float ideographicBaseline;
};
« no previous file with comments | « sky/engine/core/html/TextMetrics.h ('k') | sky/engine/core/html/canvas/ANGLEInstancedArrays.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698