Chromium Code Reviews

Unified Diff: views/controls/table/table_view.cc

Issue 65012: Move skia to DEPS, and put it in third_party. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « views/controls/table/table_view.h ('k') | views/controls/text_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/table_view.cc
===================================================================
--- views/controls/table/table_view.cc (revision 15763)
+++ views/controls/table/table_view.cc (working copy)
@@ -15,8 +15,8 @@
#include "base/string_util.h"
#include "base/win_util.h"
#include "skia/ext/skia_utils_win.h"
-#include "skia/include/SkBitmap.h"
-#include "skia/include/SkColorFilter.h"
+#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkColorFilter.h"
#include "views/controls/hwnd_view.h"
namespace views {
« no previous file with comments | « views/controls/table/table_view.h ('k') | views/controls/text_field.h » ('j') | no next file with comments »

Powered by Google App Engine