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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_ 5 #ifndef GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_
6 #define GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_ 6 #define GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 bool initialized_; 67 bool initialized_;
68 bool initialize_failed_; 68 bool initialize_failed_;
69 69
70 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; 70 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_;
71 71
72 WebGraphicsContext3D::WebGraphicsErrorMessageCallback* 72 WebGraphicsContext3D::WebGraphicsErrorMessageCallback*
73 error_message_callback_; 73 error_message_callback_;
74 scoped_ptr<WebGraphicsContext3DErrorMessageCallback> 74 scoped_ptr<WebGraphicsContext3DErrorMessageCallback>
75 client_error_message_callback_; 75 client_error_message_callback_;
76 76
77 // Errors raised by synthesizeGLError().
78 std::vector<blink::WGC3Denum> synthetic_errors_;
79
80 ::gpu::gles2::GLES2Interface* gl_; 77 ::gpu::gles2::GLES2Interface* gl_;
81 bool lose_context_when_out_of_memory_; 78 bool lose_context_when_out_of_memory_;
82 }; 79 };
83 80
84 } // namespace gpu_blink 81 } // namespace gpu_blink
85 82
86 #endif // GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_ 83 #endif // GPU_BLINK_WEBGRAPHICSCONTEXT3D_IMPL_H_
OLDNEW
« 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