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

Unified Diff: cc/output/delegating_renderer.h

Issue 12545018: Move context-related callbacks into OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: suppress lost context notification before renderer initialized 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 | « no previous file | cc/output/delegating_renderer.cc » ('j') | cc/output/output_surface.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/delegating_renderer.h
diff --git a/cc/output/delegating_renderer.h b/cc/output/delegating_renderer.h
index 590cf4f4f1b3771653c865d00cd4236b501ce915..99da649572e5566a08058b4869cd97b9cae2f471 100644
--- a/cc/output/delegating_renderer.h
+++ b/cc/output/delegating_renderer.h
@@ -16,9 +16,7 @@ class OutputSurface;
class ResourceProvider;
class CC_EXPORT DelegatingRenderer :
- public Renderer,
- public NON_EXPORTED_BASE(
- WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback) {
+ public Renderer {
public:
static scoped_ptr<DelegatingRenderer> Create(
RendererClient* client,
@@ -46,9 +44,6 @@ class CC_EXPORT DelegatingRenderer :
size_t bytes_visible_and_nearby,
size_t bytes_allocated) OVERRIDE {}
- // WebGraphicsContext3D::WebGraphicsContextLostCallback implementation.
- virtual void onContextLost() OVERRIDE;
-
private:
DelegatingRenderer(RendererClient* client,
OutputSurface* output_surface,
« no previous file with comments | « no previous file | cc/output/delegating_renderer.cc » ('j') | cc/output/output_surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698