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

Unified Diff: gpu/command_buffer/service/gl_context_virtual.h

Issue 1081533003: ui: Enable virtual contexts for linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet another merge Created 5 years, 8 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 | gpu/command_buffer/service/gl_context_virtual.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gl_context_virtual.h
diff --git a/gpu/command_buffer/service/gl_context_virtual.h b/gpu/command_buffer/service/gl_context_virtual.h
index d8cf77f8adc562611daf1e8570d8f96754cb2879..1d82d5ac784287faae16c0345bf39216939dde09 100644
--- a/gpu/command_buffer/service/gl_context_virtual.h
+++ b/gpu/command_buffer/service/gl_context_virtual.h
@@ -31,8 +31,6 @@ class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
gfx::GLContext* shared_context,
base::WeakPtr<gles2::GLES2Decoder> decoder);
- gfx::Display* display();
-
// Implement GLContext.
bool Initialize(gfx::GLSurface* compatible_surface,
gfx::GpuPreference gpu_preference) override;
@@ -56,7 +54,6 @@ class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
private:
scoped_refptr<gfx::GLContext> shared_context_;
- gfx::Display* display_;
base::WeakPtr<gles2::GLES2Decoder> decoder_;
DISALLOW_COPY_AND_ASSIGN(GLContextVirtual);
« no previous file with comments | « no previous file | gpu/command_buffer/service/gl_context_virtual.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698