fixup! [M120 Migration] Add willdraw logic for web app 37/309437/3 accepted/tizen/unified/x/20240417.020111 submit/tizen/20240415.160016
authorChandan Padhi <c.padhi@samsung.com>
Wed, 10 Apr 2024 12:42:00 +0000 (18:12 +0530)
committerBot Blink <blinkbot@samsung.com>
Mon, 15 Apr 2024 08:02:21 +0000 (08:02 +0000)
Parent commit enabled NotifySwap for onscreen mode as well that
resulted in multiple NOTREACHED() logs from SkiaOutputDevice::
GetTextureID() when chrome is launched.

Change-Id: Ife7ab653ada42908397ad13f44845e9f576f1f84
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
components/viz/service/display_embedder/skia_output_device.cc

index efc9fdc..f3b07e0 100644 (file)
@@ -173,7 +173,6 @@ void SkiaOutputDevice::Submit(bool sync_cpu, base::OnceClosure callback) {
 
 #if BUILDFLAG(IS_EFL)
 size_t SkiaOutputDevice::GetTextureID() {
-  NOTREACHED();
   return 0;
 }
 #endif