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

Unified Diff: content/test/gpu/gpu_test_config.h

Issue 14944010: Make it possible to run WebGL conformance tests on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retry upload. Created 7 years, 7 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/gpu/gpu_info_collector_x11.cc ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_config.h
diff --git a/content/test/gpu/gpu_test_config.h b/content/test/gpu/gpu_test_config.h
index c50c6b3fcbca70b188cb8f0f0cf169b6f5b46527..ca0131404464739ec87199ab74331ed9df6aec9b 100644
--- a/content/test/gpu/gpu_test_config.h
+++ b/content/test/gpu/gpu_test_config.h
@@ -63,9 +63,16 @@ class GPUTestConfig {
// both configs.
bool OverlapsWith(const GPUTestConfig& config) const;
+ // Disable validation of GPU vendor and device ids.
+ void DisableGPUInfoValidation();
+
protected:
void ClearGPUVendor();
+ // Indicates that the OS has the notion of a numeric GPU vendor and device id
+ // and this data should be validated.
+ bool validate_gpu_info_;
+
private:
// operating system.
int32 os_;
« no previous file with comments | « content/gpu/gpu_info_collector_x11.cc ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698