Chromium Code Reviews| Index: src/gpu/GrLayerAtlas.cpp |
| diff --git a/src/gpu/GrLayerAtlas.cpp b/src/gpu/GrLayerAtlas.cpp |
| index c1f8732b351f8dcf6ef62fa9accc8e864e8e867f..ccb208a71c23025d807aef6efc45c12271ed20a1 100644 |
| --- a/src/gpu/GrLayerAtlas.cpp |
| +++ b/src/gpu/GrLayerAtlas.cpp |
| @@ -1,4 +1,3 @@ |
| - |
| /* |
| * Copyright 2010 Google Inc. |
| * |
| @@ -167,4 +166,3 @@ GrLayerAtlas::Plot* GrLayerAtlas::addToAtlas(ClientPlotUsage* usage, |
| // If the above fails, then the current plot list has no room |
| return nullptr; |
| } |
| - |