Bug Fix: Fixes incremental drawing in conjunction with the highlighting filter for...
authorchudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Aug 2012 19:36:09 +0000 (19:36 +0000)
committerchudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Aug 2012 19:36:09 +0000 (19:36 +0000)
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

index 36abce0..a9a625a 100644 (file)
@@ -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();