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

Unified Diff: content/common/webkitplatformsupport_impl.h

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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/common/thread_safe_sender.cc ('k') | content/common/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/webkitplatformsupport_impl.h
diff --git a/content/common/webkitplatformsupport_impl.h b/content/common/webkitplatformsupport_impl.h
deleted file mode 100644
index c56ed05878b922fe668ce04fbb0de78155cefec5..0000000000000000000000000000000000000000
--- a/content/common/webkitplatformsupport_impl.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_COMMON_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
-#define CONTENT_COMMON_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
-
-#include "base/compiler_specific.h"
-#include "content/common/content_export.h"
-#include "ui/base/layout.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
-
-namespace content {
-
-// This is a specialization of WebKitPlatformSupportImpl that implements the
-// embedder functions in terms of ContentClient.
-class CONTENT_EXPORT WebKitPlatformSupportImpl
- : NON_EXPORTED_BASE(public webkit_glue::WebKitPlatformSupportImpl) {
- public:
- typedef WebKit::WebGraphicsContext3D* (OffscreenContextFactory)();
-
- WebKitPlatformSupportImpl();
- virtual ~WebKitPlatformSupportImpl();
-
- virtual string16 GetLocalizedString(int message_id) OVERRIDE;
- virtual base::StringPiece GetDataResource(
- int resource_id,
- ui::ScaleFactor scale_factor) OVERRIDE;
- virtual void GetPlugins(bool refresh,
- std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
- virtual webkit_glue::ResourceLoaderBridge* CreateResourceLoader(
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info)
- OVERRIDE;
- virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketBridge(
- WebKit::WebSocketStreamHandle* handle,
- webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE;
-#if defined(OS_ANDROID)
- virtual webkit_media::WebAudioMediaCodecRunner GetWebAudioMediaCodecRunner()
- OVERRIDE;
-#endif
-};
-
-} // namespace content
-
-#endif // CONTENT_COMMON_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
« no previous file with comments | « content/common/thread_safe_sender.cc ('k') | content/common/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698