Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
index b0c68eb5a607796e2269f86b3a422b92957b8f76..6b466af375f2da80dde872da1326691f0923eccb 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
@@ -2235,7 +2235,7 @@ Response InspectorCSSAgent::getBackgroundColors( |
Document& document = element->document(); |
bool isMainFrame = document.isInMainFrame(); |
bool foundOpaqueColor = false; |
- if (isMainFrame && !view->isTransparent()) { |
+ if (isMainFrame) { |
// Start with the "default" page color (typically white). |
Color baseBackgroundColor = view->baseBackgroundColor(); |
colors.push_back(view->baseBackgroundColor()); |