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

Unified Diff: blimp/client/support/compositor/blimp_context_provider.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_context_provider.cc
diff --git a/blimp/client/feature/compositor/blimp_context_provider.cc b/blimp/client/support/compositor/blimp_context_provider.cc
similarity index 94%
rename from blimp/client/feature/compositor/blimp_context_provider.cc
rename to blimp/client/support/compositor/blimp_context_provider.cc
index 8c68d7b9b957b7a060788544f76756f3903aaa3b..373e4268500f280e56717e57703ab04178adf6a6 100644
--- a/blimp/client/feature/compositor/blimp_context_provider.cc
+++ b/blimp/client/support/compositor/blimp_context_provider.cc
@@ -2,7 +2,7 @@
// 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_context_provider.h"
+#include "blimp/client/support/compositor/blimp_context_provider.h"
#include "base/bind.h"
#include "base/callback_helpers.h"
@@ -124,11 +124,5 @@ void BlimpContextProvider::OnLostContext() {
gr_context_->OnLostContext();
}
-uint32_t BlimpContextProvider::GetCopyTextureInternalFormat() {
- // The attributes used to create the context in the constructor specify
- // an alpha channel.
- return GL_RGBA;
-}
-
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698