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

Unified Diff: content/renderer/pepper/pepper_parent_context_provider.h

Issue 12673002: pepper: Use the RenderThread's shared context as the parent context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: null context3d in swiftshader Created 7 years, 9 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/content_renderer.gypi ('k') | content/renderer/pepper/pepper_parent_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_parent_context_provider.h
diff --git a/content/renderer/pepper/pepper_parent_context_provider.h b/content/renderer/pepper/pepper_parent_context_provider.h
deleted file mode 100644
index a96f7c6d3a98301dc14db7d5df209acd9e953691..0000000000000000000000000000000000000000
--- a/content/renderer/pepper/pepper_parent_context_provider.h
+++ /dev/null
@@ -1,30 +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_RENDERER_PEPPER_PEPPER_PARENT_CONTEXT_PROVIDER_H_
-#define CONTENT_RENDERER_PEPPER_PEPPER_PARENT_CONTEXT_PROVIDER_H_
-
-#include "base/basictypes.h"
-
-namespace content {
-class WebGraphicsContext3DCommandBufferImpl;
-
-// Defines the mechanism by which a Pepper 3D context fetches its
-// parent context for display to the screen.
-class PepperParentContextProvider {
- public:
- virtual WebGraphicsContext3DCommandBufferImpl*
- GetParentContextForPlatformContext3D() = 0;
-
- protected:
- PepperParentContextProvider();
- virtual ~PepperParentContextProvider();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(PepperParentContextProvider);
-};
-
-} // namespace content
-
-#endif // CONTENT_RENDERER_PEPPER_PEPPER_PARENT_CONTEXT_PROVIDER_H_
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/pepper/pepper_parent_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698