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

Unified Diff: ui/views/bubble/bubble_border.h

Issue 10447053: Converts remainder of ui and chrome/browser/ui/views/frame to use ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « ui/oak/oak_window.cc ('k') | ui/views/bubble/bubble_border.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border.h
diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
index 71df7da52e723fa120d82f3f81311cb7bddb9b64..61bf81d68f7fb04a4c030e2f16c32f25a0d32899 100644
--- a/ui/views/bubble/bubble_border.h
+++ b/ui/views/bubble/bubble_border.h
@@ -10,7 +10,9 @@
#include "ui/views/background.h"
#include "ui/views/border.h"
-class SkBitmap;
+namespace gfx {
+class ImageSkia;
+}
namespace views {
@@ -133,8 +135,8 @@ class VIEWS_EXPORT BubbleBorder : public views::Border {
void DrawEdgeWithArrow(gfx::Canvas* canvas,
bool is_horizontal,
- SkBitmap* edge,
- SkBitmap* arrow,
+ gfx::ImageSkia* edge,
+ gfx::ImageSkia* arrow,
int start_x,
int start_y,
int before_arrow,
« no previous file with comments | « ui/oak/oak_window.cc ('k') | ui/views/bubble/bubble_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698