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

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

Issue 2061743004: Implement native GMB backbuffers in the GLES2 Command Decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from piman. Created 4 years, 6 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
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 cd0bab9f50ccc3e1a6468d2ffb6da3184da2c348..c907ad48271a18d7a66a892255c98c0df26ef9d4 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -99,7 +99,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
explicit FeatureInfo(
const GpuDriverBugWorkarounds& gpu_driver_bug_workarounds);
- // Constructor with workarounds taken from |command_line|
+ // Constructor with workarounds taken from |command_line|.
FeatureInfo(const base::CommandLine& command_line,
const GpuDriverBugWorkarounds& gpu_driver_bug_workarounds);
« no previous file with comments | « gpu/command_buffer/service/context_group_unittest.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698