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

Unified Diff: content/child/webkitplatformsupport_child_impl.h

Issue 160023003: Move webfallbackthemeengine_impl.* to content/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix namespace nits Created 6 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 | « content/child/webfallbackthemeengine_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webkitplatformsupport_child_impl.h
diff --git a/content/child/webkitplatformsupport_child_impl.h b/content/child/webkitplatformsupport_child_impl.h
index ad3810c1808c0abfda4c1a63b63f60fd6e327a1d..6cc9f6371142bee3c9869476ead0f332f5588e2f 100644
--- a/content/child/webkitplatformsupport_child_impl.h
+++ b/content/child/webkitplatformsupport_child_impl.h
@@ -6,8 +6,8 @@
#define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_CHILD_IMPL_H_
#include "base/threading/thread_local_storage.h"
+#include "content/child/webfallbackthemeengine_impl.h"
#include "content/common/content_export.h"
-#include "webkit/child/webfallbackthemeengine_impl.h"
#include "webkit/child/webkit_child_export.h"
#include "webkit/child/webkitplatformsupport_impl.h"
@@ -65,7 +65,7 @@ class CONTENT_EXPORT WebKitPlatformSupportChildImpl :
static void DestroyCurrentThread(void*);
WebThemeEngineImpl native_theme_engine_;
- webkit_glue::WebFallbackThemeEngineImpl fallback_theme_engine_;
+ WebFallbackThemeEngineImpl fallback_theme_engine_;
darin (slow to review) 2014/02/12 23:58:43 I agree with jamesr. The code for the fallback the
base::ThreadLocalStorage::Slot current_thread_slot_;
scoped_ptr<webkit_glue::FlingCurveConfiguration> fling_curve_configuration_;
};
« no previous file with comments | « content/child/webfallbackthemeengine_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698