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

Unified Diff: content/gpu/content_gpu_message_generator.h

Issue 1799713002: gpu_host_messages.h => content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unnecessary include 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
Index: content/gpu/content_gpu_message_generator.h
diff --git a/gpu/command_buffer/common/capabilities.mojom b/content/gpu/content_gpu_message_generator.h
similarity index 63%
copy from gpu/command_buffer/common/capabilities.mojom
copy to content/gpu/content_gpu_message_generator.h
index fd35409e940e193377d9411c182e99746220f2a7..55af4ced09ddbdd0ce89df038141b35e9d140aca 100644
--- a/gpu/command_buffer/common/capabilities.mojom
+++ b/content/gpu/content_gpu_message_generator.h
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module gpu.mojom;
+// Multiply-included file, hence no include guard.
-[Native]
-struct Capabilities;
+#include "content/gpu/gpu_host_messages.h"

Powered by Google App Engine
This is Rietveld 408576698