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

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

Issue 10834248: Clean-up inline members of nested classes (gpu/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GLES2_IMPL_EXPORT Created 8 years, 4 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 | « gpu/command_buffer/client/query_tracker.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index eb58140c25f7e47364e2d661530bc2a29084177a..1721e0cd0b703b5afbf5437c7696ae45f570ceed 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -21,27 +21,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
typedef scoped_refptr<FeatureInfo> Ref;
struct FeatureFlags {
- FeatureFlags()
- : chromium_framebuffer_multisample(false),
- oes_standard_derivatives(false),
- oes_egl_image_external(false),
- npot_ok(false),
- enable_texture_float_linear(false),
- enable_texture_half_float_linear(false),
- chromium_webglsl(false),
- chromium_stream_texture(false),
- angle_translated_shader_source(false),
- angle_pack_reverse_row_order(false),
- arb_texture_rectangle(false),
- angle_instanced_arrays(false),
- occlusion_query_boolean(false),
- use_arb_occlusion_query2_for_occlusion_query_boolean(false),
- use_arb_occlusion_query_for_occlusion_query_boolean(false),
- disable_workarounds(false),
- is_intel(false),
- is_nvidia(false),
- is_amd(false) {
- }
+ FeatureFlags();
bool chromium_framebuffer_multisample;
bool oes_standard_derivatives;
@@ -119,5 +99,3 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
} // namespace gpu
#endif // GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_
-
-
« no previous file with comments | « gpu/command_buffer/client/query_tracker.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698