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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1832263002: Remove WGC3D typedefs and move WebGraphicsInfo to Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webgraphicsinfo: rebase Created 4 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/renderer/renderer_blink_platform_impl.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index 9c28f89bb2e7568ed32c601a3bbc2b6822e4f12d..76b7c27ccf62763eb12168d59d272b1d8bed5511 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -74,9 +74,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
scoped_ptr<WebGraphicsContext3DErrorMessageCallback>
client_error_message_callback_;
- // Errors raised by synthesizeGLError().
- std::vector<blink::WGC3Denum> synthetic_errors_;
-
::gpu::gles2::GLES2Interface* gl_;
bool lose_context_when_out_of_memory_;
};
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698