Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1438)

Unified Diff: Source/devtools/front_end/paintProfilerView.css

Issue 393123007: DevTools: Remove popover and add properties section for paint profiler log. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed commented lines. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/paintProfilerView.css
diff --git a/Source/platform/audio/AudioProcessor.cpp b/Source/devtools/front_end/paintProfilerView.css
similarity index 91%
copy from Source/platform/audio/AudioProcessor.cpp
copy to Source/devtools/front_end/paintProfilerView.css
index 66834399c2749639d6cb23fbb1fffd03f6b6efd0..cc06f01630c4ceee6244aed97cda14ee4e07e590 100644
--- a/Source/platform/audio/AudioProcessor.cpp
+++ b/Source/devtools/front_end/paintProfilerView.css
@@ -28,13 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
caseq 2014/07/21 14:36:41 You may need to re-upload the patch.
malch 2014/07/22 07:22:25 Done.
-#include "platform/audio/AudioProcessor.h"
-
-namespace WebCore {
-
-AudioProcessor::~AudioProcessor()
-{
+.profiler-log-view .console-formatted-string {
+ white-space: nowrap;
}
+.profiler-log-view .section > .header .title {
+ white-space: nowrap;
}

Powered by Google App Engine
This is Rietveld 408576698