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

Unified Diff: Source/core/testing/Internals.h

Issue 16509007: Cleanup constants for layerTreeAsText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: naming Created 7 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
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 07550247be5bab706177ff14139cb71545fd44cc..5eea351b11bd09d3f033ecc3e2d4c46ac52e5e5c 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -201,25 +201,12 @@ public:
void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionCode&);
- enum {
- // Values need to be kept in sync with Internals.idl.
- LAYER_TREE_INCLUDES_VISIBLE_RECTS = 1,
- LAYER_TREE_INCLUDES_TILE_CACHES = 2,
- LAYER_TREE_INCLUDES_REPAINT_RECTS = 4,
- LAYER_TREE_INCLUDES_PAINTING_PHASES = 8
- };
String layerTreeAsText(Document*, unsigned flags, ExceptionCode&) const;
String layerTreeAsText(Document*, ExceptionCode&) const;
PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionCode&);
PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionCode&);
- enum {
- // Values need to be kept in sync with Internals.idl.
- DoNotForceCompositedScrolling = 0,
- CompositedScrollingAlwaysOn = 1,
- CompositedScrollingAlwaysOff = 2
- };
void setNeedsCompositedScrolling(Element*, unsigned value, ExceptionCode&);
String repaintRectsAsText(Document*, ExceptionCode&) const;

Powered by Google App Engine
This is Rietveld 408576698