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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h

Issue 1406133005: Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/layout/LayoutScrollbarPart.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
index f0f9f98fa10fc14acfe544f7497a45b78e72d3a2..67ce9d1deea5a34b749782ac03fcc1d50c55a39f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
@@ -103,6 +103,8 @@ private:
void computeScrollbarWidth();
void computeScrollbarHeight();
+ void setNeedsPaintInvalidation();
+
GC_PLUGIN_IGNORE("http://crbug.com/509911")
LayoutScrollbar* m_scrollbar;
ScrollbarPart m_part;

Powered by Google App Engine
This is Rietveld 408576698