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

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

Issue 2220333004: Set objects to need full paint invalidation after clearing their invalidation rects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 4 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.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 674cd8d6576817414eca453f31f4e756ecff62d2..9ada88e8d88b982745452a86b6cd07ae08584847 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -400,6 +400,9 @@ public:
// or -1 if the node does not have a scrollable area.
String getProgrammaticScrollAnimationState(Node*) const;
+ // Returns the visual rect of a node's LayoutObject.
+ ClientRect* visualRect(Node*);
+
private:
explicit Internals(ScriptState*);
Document* contextDocument() const;

Powered by Google App Engine
This is Rietveld 408576698