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

Unified Diff: blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc

Issue 2274323002: Expose Blimp dependencies to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal_baseline_1
Patch Set: Fix linux build break Created 4 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
Index: blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
diff --git a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.cc b/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
similarity index 98%
rename from blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.cc
rename to blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
index 4575637492c6211ed4cbfef51ce9ec9b2d1c75d8..b81b94af41889d42413951fc422821fb5729515e 100644
--- a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.cc
+++ b/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h>
+#include "blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.h"
+
#include <GLES2/gl2.h>
#include <stddef.h>
#include <stdint.h>

Powered by Google App Engine
This is Rietveld 408576698