From b8ec32e050ab7151eb5660c37edf36a1119f2255 Mon Sep 17 00:00:00 2001 From: "chudy@google.com" Date: Tue, 14 Aug 2012 19:36:09 +0000 Subject: [PATCH] Bug Fix: Fixes incremental drawing in conjunction with the highlighting filter for the OpenGL widget. Review URL: https://codereview.appspot.com/6441141 git-svn-id: http://skia.googlecode.com/svn/trunk@5094 2bbb7eff-a529-9590-31e7-b0007b416f81 --- debugger/QT/SkGLWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/debugger/QT/SkGLWidget.cpp b/debugger/QT/SkGLWidget.cpp index 36abce0dd3..a9a625ac70 100644 --- a/debugger/QT/SkGLWidget.cpp +++ b/debugger/QT/SkGLWidget.cpp @@ -50,7 +50,6 @@ void SkGLWidget::resizeGL(int w, int h) { void SkGLWidget::paintGL() { if (!this->isHidden()) { - glClearColor(1, 1, 1, 0); fDebugger->draw(fCanvas); // TODO(chudy): Implement an optional flush button in Gui. fCanvas->flush();