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

Unified Diff: Source/core/paint/FramePainter.h

Issue 1093383003: Remove mainthread overhang painting code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp ('k') | Source/core/paint/FramePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FramePainter.h
diff --git a/Source/core/paint/FramePainter.h b/Source/core/paint/FramePainter.h
index be125640d61b3e2b4022553a7db0e7e8d5183f6f..cb7904d3e69c9311bec8fbbbbd6ad5f7fa1b4340 100644
--- a/Source/core/paint/FramePainter.h
+++ b/Source/core/paint/FramePainter.h
@@ -23,9 +23,6 @@ public:
private:
void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&);
- void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
- void calculateAndPaintOverhangAreas(GraphicsContext*, const IntRect& dirtyRect);
- void paintOverhangAreasInternal(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
FrameView& m_frameView;
static bool s_inPaintContents;
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp ('k') | Source/core/paint/FramePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698