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

Unified Diff: ui/ozone/platform/dri/gbm_surfaceless.cc

Issue 884183007: [Ozone-Gbm] Return true on resize of surfaceless surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_surfaceless.cc
diff --git a/ui/ozone/platform/dri/gbm_surfaceless.cc b/ui/ozone/platform/dri/gbm_surfaceless.cc
index 25ce87e8ec65bc292e635514af34ca4205da92cf..27dfff945b2a4692285148e2cd7935c363ffb408 100644
--- a/ui/ozone/platform/dri/gbm_surfaceless.cc
+++ b/ui/ozone/platform/dri/gbm_surfaceless.cc
@@ -23,8 +23,7 @@ intptr_t GbmSurfaceless::GetNativeWindow() {
}
bool GbmSurfaceless::ResizeNativeWindow(const gfx::Size& viewport_size) {
- NOTIMPLEMENTED();
- return false;
+ return true;
}
bool GbmSurfaceless::OnSwapBuffers() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698