Chromium Code Reviews| 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_; |
| }; |