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

Unified Diff: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more two win fixes Created 8 years, 9 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: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
diff --git a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
index a15639f1396a85d44c4a95c53a94b1ccd289692e..6dd389fc210de1078d22cf296300fa47ae0fc14c 100644
--- a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
+++ b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
@@ -82,8 +82,7 @@ void TouchAutocompletePopupContentsView::LayoutChildren() {
}
}
-void TouchAutocompletePopupContentsView::PaintResultViews(
- gfx::CanvasSkia* canvas) {
+void TouchAutocompletePopupContentsView::PaintResultViews(gfx::Canvas* canvas) {
AutocompletePopupContentsView::PaintResultViews(canvas);
// Draw divider lines.

Powered by Google App Engine
This is Rietveld 408576698