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

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

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (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.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 59746a8f77c77dd79aa87f87c2f70c2fa4318b84..743537cf1100fe28c30c788d9065e37b9a77698a 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -136,7 +136,7 @@ public:
Node* nextInFlatTree(Node*, ExceptionState&);
Node* previousInFlatTree(Node*, ExceptionState&);
- unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const;
+ unsigned updateStyleAndLayoutAndReturnAffectedElementCount(ExceptionState&) const;
unsigned needsLayoutCount(ExceptionState&) const;
unsigned hitTestCount(Document*, ExceptionState&) const;
unsigned hitTestCacheHits(Document*, ExceptionState&) const;
@@ -285,7 +285,7 @@ public:
void startTrackingRepaints(Document*, ExceptionState&);
void stopTrackingRepaints(Document*, ExceptionState&);
- void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
+ void updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
void forceFullRepaint(Document*, ExceptionState&);
void startTrackingPaintInvalidationObjects();

Powered by Google App Engine
This is Rietveld 408576698