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

Unified Diff: public/platform/WebScrollbarThemePainter.h

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/rendering/RenderView.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScrollbarThemePainter.h
diff --git a/public/platform/WebScrollbarThemePainter.h b/public/platform/WebScrollbarThemePainter.h
index ca6c8b5b883404bbf9f4928cb1eb28959b63f73a..c8d23b60c8f918f23e6d4669a7308ef563b40b12 100644
--- a/public/platform/WebScrollbarThemePainter.h
+++ b/public/platform/WebScrollbarThemePainter.h
@@ -73,7 +73,7 @@ private:
// It is assumed that the constructor of this paint object is responsible
// for the lifetime of this scrollbar. The painter has to use the real
// scrollbar (and not a WebScrollbar wrapper) due to static_casts for
- // RenderScrollbar and pointer-based HashMap lookups for Lion scrollbars.
+ // LayoutScrollbar and pointer-based HashMap lookups for Lion scrollbars.
Scrollbar* m_scrollbar;
};
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698