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

Unified Diff: gpu/command_buffer/service/framebuffer_manager.h

Issue 2166923002: Add unittests for InvalidateFramebuffer with DEPTH_STENCIL_ATTACHMENT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bots failures Created 4 years, 5 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: gpu/command_buffer/service/framebuffer_manager.h
diff --git a/gpu/command_buffer/service/framebuffer_manager.h b/gpu/command_buffer/service/framebuffer_manager.h
index 778ceb4e9fd122c544836927b8228c46a170c45b..4e964104142579e92a654f61ec30415e80454447 100644
--- a/gpu/command_buffer/service/framebuffer_manager.h
+++ b/gpu/command_buffer/service/framebuffer_manager.h
@@ -86,7 +86,7 @@ class GPU_EXPORT Framebuffer : public base::RefCounted<Framebuffer> {
bool HasUnclearedColorAttachments() const;
bool HasSRGBAttachments() const;
- bool HasDepthStencilFormatAttachment(GLenum attachment) const;
+ bool HasDepthStencilFormatAttachment() const;
void ClearUnclearedIntOr3DTexturesOrPartiallyClearedTextures(
GLES2Decoder* decoder,

Powered by Google App Engine
This is Rietveld 408576698