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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1880763002: Merge repaintRects and paintInvalidationObjects in text-based-repaint test results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 5db069457059775a1c90619609e7b22685e712a6..c19d3f27d2efa83e8794ab5ec2653d517bebb980 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -177,12 +177,11 @@
// Flags for layerTreeAsText.
// The values of these constants must be kept in sync with the values of LayerTreeFlags in GraphicsLayerClient.h.
const unsigned short LAYER_TREE_INCLUDES_DEBUG_INFO = 1;
- const unsigned short LAYER_TREE_INCLUDES_REPAINT_RECTS = 2;
+ const unsigned short LAYER_TREE_INCLUDES_PAINT_INVALIDATIONS = 2;
const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 4;
const unsigned short LAYER_TREE_INCLUDES_ROOT_LAYER = 8;
const unsigned short LAYER_TREE_INCLUDES_CLIP_AND_SCROLL_PARENTS = 16;
- const unsigned short LAYER_TREE_INCLUDES_PAINT_INVALIDATION_OBJECTS = 32;
- const unsigned short LAYER_TREE_INCLUDES_COMPOSITING_REASONS = 64;
+ const unsigned short LAYER_TREE_INCLUDES_COMPOSITING_REASONS = 32;
[RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags);
[RaisesException] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags);

Powered by Google App Engine
This is Rietveld 408576698