Chromium Code Reviews| Index: Source/core/style/FillLayer.cpp |
| diff --git a/Source/core/style/FillLayer.cpp b/Source/core/style/FillLayer.cpp |
| index d5b9ff901f9ffd3c839e045f5afa9de9267bfbd9..647d0f1de678fdc4e0da253044d73388b6f570ce 100644 |
| --- a/Source/core/style/FillLayer.cpp |
| +++ b/Source/core/style/FillLayer.cpp |
| @@ -368,6 +368,7 @@ bool FillLayer::hasOpaqueImage(const LayoutObject* layoutObject) const |
| if (!m_image) |
| return false; |
| + // TODO(trchen): Should check blend mode before composite mode. |
| if (m_composite == CompositeClear || m_composite == CompositeCopy) |
| return true; |